const runtime._Gdeadextra
18 uses
runtime (current package)
heapdump.go#L426: case _Gdead, _Gdeadextra:
mgcmark.go#L914: case _Gdead, _Gdeadextra:
mprof.go#L1478: if status := readgstatus(gp1); status == _Gdead || status == _Gdeadextra {
mprof.go#L1582: if status := readgstatus(gp1); status == _Gdead || status == _Gdeadextra {
preempt.go#L138: case _Gdead, _Gdeadextra:
proc.go#L1252: _Gdeadextra:
proc.go#L2456: casgstatus(mp.curg, _Gdeadextra, _Gsyscall)
proc.go#L2524: casgstatus(gp, _Gidle, _Gdeadextra)
proc.go#L2599: casgstatus(mp.curg, _Gsyscall, _Gdeadextra)
proc.go#L6780: if status != _Gsyscall && status != _Gdeadextra {
runtime2.go#L99: _Gdeadextra // 11
runtime2.go#L119: _Gscandeadextra = _Gscan + _Gdeadextra // 0x100b
synctest.go#L55: case _Gdead, _Gdeadextra:
synctest.go#L65: case _Gdead, _Gdeadextra:
synctest.go#L89: if raceenabled && newval != _Gdead && newval != _Gdeadextra {
traceback.go#L1212: _Gdeadextra: "waiting for cgo callback",
traceback.go#L1316: if status := readgstatus(gp); status == _Gdead || status == _Gdeadextra {
tracestatus.go#L136: case _Gdead, _Gdeadextra:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |